home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Bart's PE Builder 3.1.9 / pebuilder319.exe / {app} / translations.txt < prev   
Text File  |  2006-01-02  |  2KB  |  39 lines

  1.  
  2. PE Builder v3.1.8 and newer versions support multi language.
  3.  
  4. Here is how that works:
  5.  
  6. PE Builder:
  7.     Strings in the program are defined in "lang\<lang>.lng" files.
  8.     Where <lang> defines the used language.
  9.     Help pages are located in help\<lang>\*.htm
  10.     Where <lang> defines the used language.
  11.     When a translation is not found in the current selected language file, PE 
  12.     Builder will take that string from the english.lng file. So when you have 
  13.     selected a non english language and you are seeing english words, there are 
  14.     lines missing from you current language file.
  15.     Verbose mode messages cannot be translated (hardcoded in english).
  16.  
  17. BartPE (when runnig the CD):
  18.     The selected language file from "lang\<lang>.lng" is copied on the CD as 
  19.     system32\lang\default.lng
  20.  
  21. Translating the program strings:
  22.     Please only translate from the main language file "english.lng"! This is a 
  23.     plain text file, so you can use a text editor to create other languages. When 
  24.     translating, try to "keep the Case" (preserve upper- and lower-case).
  25.  
  26.     To enable language auto-detect you must enter the correct lcid (language 
  27.     identifier of the system locale), if you don't know the lcid, leave it 
  28.     empty!!! you can enter several ids like: 
  29.     lcid=409,40a,410
  30.     To see what your current lcid value is, enable the Verbose mode in options and 
  31.     start building. After building check the logfile, the lcid value will be 
  32.     printed somewhere in the top of the log.
  33.     
  34. Translating the help pages:
  35.     Please translate from the english help pages, located in "help\english\*.htm".
  36.     Don't rename the files. This will break the contents sensitive help (F1 key).
  37.     The help pages are very simple html pages and you can use a text editor to 
  38.     create other languages.
  39.